home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Aethera 1.21 / AetheraInstallXp_1.2.1-050401.exe / common.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-08-07  |  1.2 KB  |  91 lines

  1. /* CSS Document
  2.  
  3.   Aceste formatari sunt comune tuturor paginilor
  4.   Orice formatari aditionale vor fi facute in-line
  5. */
  6. BODY
  7. {
  8.   background-image:url(../images/aethera-home.png);
  9.   background-attachment:fixed;
  10.   background-repeat:no-repeat;
  11.   background-position:center;
  12.   color:#800040;
  13.   padding-top:0;
  14.   margin-left:10px;
  15. }
  16.  
  17. P
  18. {
  19.   font-size:14px;
  20.   color:#000040;
  21.   text-align:left;
  22.   font-weight:100;
  23.   padding-left:20px;
  24. }
  25. P:first-line
  26. {
  27.   text-indent:20px;
  28. }
  29.  
  30. P.pageTitle
  31. {
  32.   font-size:28px;
  33.   color:#000040;
  34.   text-align:center;
  35.   font-weight: 900;
  36. }
  37.  
  38. P.sectionTitle
  39. {
  40.   font-size:14px;
  41.   text-align:left;
  42.   font-weight:400;
  43.   background-color:#000040;
  44.   padding: 4px;
  45.   padding-left:10px;
  46.   color:#fff;
  47. }
  48.  
  49. P.attention
  50. {
  51.   font-size:14px;
  52.   font-weight:600;
  53.   background-color:#fe754f;
  54.   padding: 10px 10px 10px 10px;
  55.   color:#fff;
  56.   text-align:center;
  57.   margin-left:40px;
  58.   margin-right:40px;
  59. }
  60.  
  61. P.tip
  62. {
  63.   font-size:12px;
  64.   font-weight:600;
  65.   background-color:#b7b5e5;
  66.   padding: 10px 10px 10px 10px;
  67.   color:#1e1a43;
  68.   text-align:center;
  69.   margin-left:40px;
  70.   margin-right:40px;
  71. }
  72.  
  73. A.helpLink
  74. {
  75.   text-decoration:none;
  76.   color:#a81700;
  77.   font-weight:bold;
  78. }
  79.  
  80. ul
  81. {
  82.   text-decoration:none;
  83.   color:#000040;
  84. }
  85. ol
  86. {
  87.   text-decoration:none;
  88.   color:#000040;
  89. }
  90.  
  91.